Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationFitV Class / DestinationFitV Constructor / DestinationFitV Constructor(Int32,Nullable<Single>)
The page index.
The left coordinate of the document window.

In This Topic
    DestinationFitV Constructor(Int32,Nullable<Single>)
    In This Topic
    Initialize a new instance of the DestinationFitV class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageIndex As System.Integer, _
       Optional ByVal left As System.Nullable(Of Single) _
    )
    public DestinationFitV( 
       System.int pageIndex,
       System.Nullable<float> left
    )

    Parameters

    pageIndex
    The page index.
    left
    The left coordinate of the document window.
    See Also